home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / video / 04 / setup.exe / TMPGEnc.exe / 1033 / RCDATA / TMPEGCONFIG_AUDIOEFFECTFORM / TMPEGCONFIG_AUDIOEFFECTFORM.txt
Text File  |  2001-04-04  |  5KB  |  268 lines

  1. object MPEGConfig_AudioEffectForm: TMPEGConfig_AudioEffectForm
  2.   Left = 247
  3.   Top = 474
  4.   BorderStyle = bsDialog
  5.   Caption = 'Audio effect'
  6.   ClientHeight = 224
  7.   ClientWidth = 488
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   Scaled = False
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 473
  27.     Height = 105
  28.   end
  29.   object TimeLabel: TLabel
  30.     Left = 272
  31.     Top = 28
  32.     Width = 105
  33.     Height = 12
  34.     Alignment = taRightJustify
  35.     AutoSize = False
  36.   end
  37.   object VolumeGroupBox: TGroupBox
  38.     Left = 8
  39.     Top = 123
  40.     Width = 169
  41.     Height = 62
  42.     TabOrder = 5
  43.     object Label3: TLabel
  44.       Left = 80
  45.       Top = 31
  46.       Width = 6
  47.       Height = 12
  48.       Caption = '%'
  49.     end
  50.     object NormalizeButton: TButton
  51.       Left = 96
  52.       Top = 25
  53.       Width = 61
  54.       Height = 25
  55.       Caption = 'Normalize'
  56.       TabOrder = 0
  57.       OnClick = NormalizeButtonClick
  58.       OnKeyDown = EditKeyDown
  59.     end
  60.     object VolumeEdit: TSpinExEdit
  61.       Left = 14
  62.       Top = 27
  63.       Width = 61
  64.       Height = 21
  65.       AlignValue = False
  66.       CanFloatValue = True
  67.       Increment = 1
  68.       MaxValue = 400
  69.       TabOrder = 1
  70.       Value = 0
  71.       OnChange = VolumeEditChange
  72.       OnKeyDown = EditKeyDown
  73.     end
  74.   end
  75.   object FadeInGroupBox: TGroupBox
  76.     Left = 184
  77.     Top = 123
  78.     Width = 145
  79.     Height = 62
  80.     TabOrder = 7
  81.     object Label1: TLabel
  82.       Left = 14
  83.       Top = 32
  84.       Width = 26
  85.       Height = 12
  86.       Caption = 'Time:'
  87.     end
  88.     object Label4: TLabel
  89.       Left = 118
  90.       Top = 31
  91.       Width = 15
  92.       Height = 12
  93.       Caption = 'ms'
  94.     end
  95.     object FadeInTimeEdit: TSpinEdit
  96.       Left = 52
  97.       Top = 27
  98.       Width = 61
  99.       Height = 21
  100.       Hint = 'Set fade in time by msec'
  101.       MaxValue = 100000
  102.       MinValue = 0
  103.       TabOrder = 0
  104.       Value = 0
  105.       OnChange = FadeInTimeEditChange
  106.       OnKeyDown = EditKeyDown
  107.     end
  108.   end
  109.   object FadeInCheckBox: TCheckBox
  110.     Left = 194
  111.     Top = 122
  112.     Width = 79
  113.     Height = 17
  114.     Hint = 
  115.       'At the beginning of movie, audio volume is getting larger gradua' +
  116.       'lly to the normal volume from 0.'
  117.     Caption = 'Fade in'
  118.     TabOrder = 6
  119.     OnClick = FadeInCheckBoxClick
  120.     OnKeyDown = EditKeyDown
  121.   end
  122.   object FadeOutGroupBox: TGroupBox
  123.     Left = 336
  124.     Top = 123
  125.     Width = 145
  126.     Height = 62
  127.     TabOrder = 9
  128.     object Label2: TLabel
  129.       Left = 14
  130.       Top = 32
  131.       Width = 26
  132.       Height = 12
  133.       Caption = 'Time:'
  134.     end
  135.     object Label5: TLabel
  136.       Left = 118
  137.       Top = 31
  138.       Width = 15
  139.       Height = 12
  140.       Caption = 'ms'
  141.     end
  142.     object FadeOutTimeEdit: TSpinEdit
  143.       Left = 52
  144.       Top = 27
  145.       Width = 61
  146.       Height = 21
  147.       Hint = 'Set fade out time by msec'
  148.       MaxValue = 100000
  149.       MinValue = 0
  150.       TabOrder = 0
  151.       Value = 0
  152.       OnChange = FadeOutTimeEditChange
  153.       OnKeyDown = EditKeyDown
  154.     end
  155.   end
  156.   object FadeOutCheckBox: TCheckBox
  157.     Left = 346
  158.     Top = 122
  159.     Width = 87
  160.     Height = 17
  161.     Hint = 'At the end of movie, audio volume decreases gradually to 0.'
  162.     Caption = 'Fade out'
  163.     TabOrder = 8
  164.     OnClick = FadeOutCheckBoxClick
  165.     OnKeyDown = EditKeyDown
  166.   end
  167.   object VolumeCheckBox: TCheckBox
  168.     Left = 18
  169.     Top = 121
  170.     Width = 95
  171.     Height = 18
  172.     Caption = 'Change volume'
  173.     TabOrder = 4
  174.     OnClick = VolumeCheckBoxClick
  175.     OnKeyDown = EditKeyDown
  176.   end
  177.   object OKButton: TButton
  178.     Left = 328
  179.     Top = 194
  180.     Width = 75
  181.     Height = 25
  182.     Caption = 'OK'
  183.     Default = True
  184.     ModalResult = 1
  185.     TabOrder = 10
  186.     OnClick = OKButtonClick
  187.   end
  188.   object CancelButton: TButton
  189.     Left = 408
  190.     Top = 194
  191.     Width = 75
  192.     Height = 25
  193.     Cancel = True
  194.     Caption = 'Cancel'
  195.     ModalResult = 2
  196.     TabOrder = 11
  197.   end
  198.   object ProgressTrackBar: TTrackBar
  199.     Left = 24
  200.     Top = 48
  201.     Width = 361
  202.     Height = 31
  203.     Enabled = False
  204.     LineSize = 0
  205.     Max = 100
  206.     Orientation = trHorizontal
  207.     PageSize = 100
  208.     Frequency = 1
  209.     Position = 0
  210.     SelEnd = 0
  211.     SelStart = 0
  212.     TabOrder = 0
  213.     ThumbLength = 20
  214.     TickMarks = tmBottomRight
  215.     TickStyle = tsManual
  216.     OnChange = ProgressTrackBarChange
  217.     OnKeyDown = EditKeyDown
  218.   end
  219.   object PlayButton: TButton
  220.     Left = 399
  221.     Top = 16
  222.     Width = 75
  223.     Height = 25
  224.     Caption = 'Play'
  225.     Enabled = False
  226.     TabOrder = 1
  227.     OnClick = PlayButtonClick
  228.     OnKeyDown = EditKeyDown
  229.   end
  230.   object StopButton: TButton
  231.     Left = 399
  232.     Top = 80
  233.     Width = 75
  234.     Height = 25
  235.     Caption = 'Stop'
  236.     Enabled = False
  237.     TabOrder = 3
  238.     OnClick = StopButtonClick
  239.     OnKeyDown = EditKeyDown
  240.   end
  241.   object PauseButton: TButton
  242.     Left = 399
  243.     Top = 48
  244.     Width = 75
  245.     Height = 25
  246.     Caption = 'Pause'
  247.     Enabled = False
  248.     TabOrder = 2
  249.     OnClick = PauseButtonClick
  250.     OnKeyDown = EditKeyDown
  251.   end
  252.   object DXSound: TDXSound
  253.     AutoInitialize = False
  254.     Options = [soGlobalFocus, soExclusive]
  255.     OnFinalize = DXSoundFinalize
  256.     OnInitialize = DXSoundInitialize
  257.     Left = 40
  258.     Top = 72
  259.   end
  260.   object Timer: TTimer
  261.     Enabled = False
  262.     Interval = 100
  263.     OnTimer = TimerTimer
  264.     Left = 72
  265.     Top = 72
  266.   end
  267. end
  268.